home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 643 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: mivax.mc.duke.edu!mark
  2. From: mark@mivax.mc.duke.edu (MARK)
  3. Newsgroups: comp.lang.c++
  4. Subject: VC++ alpha list box implementation question
  5. Date: 5 Jan 1996 09:54 -0500
  6. Organization: Duke University Medical Center
  7. Distribution: world
  8. Message-ID: <5JAN199609545798@mivax.mc.duke.edu>
  9. NNTP-Posting-Host: mivax.mc.duke.edu
  10. News-Software: VAX/VMS VNEWS 1.41    
  11.  
  12. Using VC++ one can click on the menu selection for "Help", select
  13. the "C/C++ Language" from the subsequent list of help choices and then be
  14. presented with a "Search" window.  As a character is typed into an edit
  15. box, a corresponding list box is filled with an alphabetically sorted list
  16. of potential topics of interest.  The list is further refined with each
  17. additional character typed into the edit box, or the entire list is replaced
  18. if the edited characters are deleted and a new starting character is typed.
  19.  
  20. I'd like to understand what technique is used to present and control this
  21. sort of query from the user.  Is it a combination of a single line edit control
  22. and a list box or does some control exist that already implements this sort
  23. of behavior?  
  24.  
  25. Thanks for any thoughts.
  26.  
  27.